Benefits and Features
Cross Platform
ASP.NET Core applications can be developed and run across different platforms like:
- Windows
- MacOS
- Linux
ASP.NET Core applications can be hosted on
- IIS
- Apache
- Docker
- Self-host in your own process
ASP.NET Core has Unified Programming Model for MVC and Web API. In both cases the Controller we create inherits ControllerBase class and return IActionResult